GtkButton: Don't suppress unhandled mouse events
authorBastien Nocera <hadess@hadess.net>
Tue, 26 Mar 2013 13:22:10 +0000 (14:22 +0100)
committerBastien Nocera <hadess@hadess.net>
Sat, 18 May 2013 12:49:55 +0000 (14:49 +0200)
commit7d54fc14bffb01822003956f9653604c1b531759
tree91101bcbbd1b253913efb7104865145ac9db94b2
parent1ba8a5a1d4efdf6518127da0cfcc793db1c06af8
GtkButton: Don't suppress unhandled mouse events

Mouse events that we do not handle should bubble up to the parent
widget, so they can be handled there, instead of disappearing inside
the button. Also use GDK_EVENT_{STOP,PROPAGATE} to make return
values clearer.

https://bugzilla.gnome.org/show_bug.cgi?id=696640
gtk/gtkbutton.c